Modern...ish Vocational Testing
Holla(nd) mundo!¶
The Holland Occupational Themes is a theory of personality that focuses on career and vocational choice. It characterizes people on the basis of their affinity for six different categories of occupations. The six types yield the RIASEC acronym, by which the theory is also commonly known. The typology has come to dominate the field of career counseling and has been incorporated into most of the popular assessments used in the field.
- In this .ipynb:
- Loading of example data
- Minimal exploration with pandas
- Result dashboard with plotly
You can take the test online in: https://openpsychometrics.org/tests/RIASEC/
In [12]:
HTML(holla)
Out[12]:
Spectral Playground
Audio simple¶
- Grabamos una muestra de audio con el micrófono de la PC y la pasamos al dominio de frecuencias, usando Fourier, STFT (Short-Time Fourier Transform), y Welch.
In [28]:
sampleo = 48000
rec = grabar(duracion=15, sampleo=sampleo)
display(Audio(stereo2mono(rec[sampleo:]), rate=sampleo))
In [33]:
plot_multiple(stereo2mono(rec[sampleo:]), fs=sampleo)

Con un poco de atención, podemos observar, del gráfico superior al inferior:
- El vibrato de la flauta
- El tono de la obra
- La melodía
😃🤟